Class ServiceSpecificCredentialArgs


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

      • serviceName

        public com.pulumi.core.Output<java.lang.String> serviceName()
        Returns:
        The name of the AWS service that is to be associated with the credentials. The service you specify here is the only service that can be accessed using these credentials.
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
        Returns:
        The status to be assigned to the service-specific credential. Valid values are `Active` and `Inactive`. Default value is `Active`.
      • userName

        public com.pulumi.core.Output<java.lang.String> userName()
        Returns:
        The name of the IAM user that is to be associated with the credentials. The new service-specific credentials have the same permissions as the associated user except that they can be used only to access the specified service.