confluent provider-integration create

Description

Create a provider integration that allows users to manage access to public cloud service provider resources through Confluent resources.

confluent provider-integration create <name> [flags]

Flags

    --customer-role-arn string   REQUIRED: Amazon Resource Name (ARN) that identifies the AWS Identity and Access Management (IAM) role that Confluent Cloud assumes when it accesses resources in your AWS account, and must be unique in the same environment.
    --cloud string               REQUIRED: Specify the cloud provider as "aws".
    --environment string         Environment ID.
    --context string             CLI context name.
-o, --output string              Specify the output format as "human", "json", or "yaml". (default "human")

Global Flags

-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

Examples

Create provider integration “s3-provider-integration” associated with AWS IAM role ARN “arn:aws:iam::000000000000:role/my-test-aws-role” in the current environment.

confluent provider-integration create s3-provider-integration --cloud aws --customer-role-arn arn:aws:iam::000000000000:role/my-test-aws-role

Create provider integration “s3-provider-integration” associated with AWS IAM role ARN “arn:aws:iam::000000000000:role/my-test-aws-role” in environment “env-abcdef”.

confluent provider-integration create s3-provider-integration --cloud aws --customer-role-arn arn:aws:iam::000000000000:role/my-test-aws-role --environment env-abcdef

See Also