auth0 guardian factors push set-sns
Replace the Amazon SNS push-notification configuration.
Usage
auth0 guardian factors push set-sns [flags]
Examples
auth0 guardian factors push set-sns \
--aws-access-key-id <id> --aws-secret-access-key <secret> --aws-region us-east-1 \
--apns-platform-arn <arn> --gcm-platform-arn <arn>
Flags
--apns-platform-arn string SNS APNs platform application ARN.
--aws-access-key-id string AWS access key ID for SNS.
--aws-region string AWS region for SNS.
--aws-secret-access-key string AWS secret access key for SNS.
--gcm-platform-arn string SNS GCM platform application ARN.
--json Output in json format.
--json-compact Output in compact json format.
Inherited Flags
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 guardian factors push set-apns - Set the APNs configuration
- auth0 guardian factors push set-fcm - Set the FCM (legacy) configuration
- auth0 guardian factors push set-fcmv1 - Set the FCM v1 configuration
- auth0 guardian factors push set-provider - Set the push-notification provider
- auth0 guardian factors push set-sns - Set the SNS configuration
- auth0 guardian factors push show-apns - Show the APNs configuration
- auth0 guardian factors push show-provider - Show the push-notification provider
- auth0 guardian factors push show-sns - Show the SNS configuration
- auth0 guardian factors push update-apns - Update the APNs configuration
- auth0 guardian factors push update-fcm - Update the FCM (legacy) configuration
- auth0 guardian factors push update-fcmv1 - Update the FCM v1 configuration
- auth0 guardian factors push update-sns - Update the SNS configuration