Class Ec2CredentialV3Args


  • public final class Ec2CredentialV3Args
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • projectId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> projectId()
        Returns:
        The ID of the project the EC2 credential is created for and that authentication requests using this EC2 credential will be scoped to. Only administrative users can specify a project ID different from the current auth scope.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which to obtain the V3 Keystone client. If omitted, the `region` argument of the provider is used. Changing this creates a new EC2 credential.
      • userId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> userId()
        Returns:
        The ID of the user the EC2 credential is created for. Only administrative users can specify a user ID different from the current auth scope.