auth0 guardian factors push update-sns
Partially update the Amazon SNS push-notification configuration. Only the fields you provide are changed; the rest keep their current values. Run without flags to be prompted for each field, pre-filled with the current value (leave the secret access key blank to keep it unchanged).
Usage
auth0 guardian factors push update-sns [flags]
Examples
auth0 guardian factors push update-sns --aws-region us-west-2
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