Class ServiceSpecificCredentialState


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

      • serviceName

        public java.util.Optional<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.
      • servicePassword

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> servicePassword()
        Returns:
        The generated password for the service-specific credential.
      • serviceSpecificCredentialId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> serviceSpecificCredentialId()
        Returns:
        The unique identifier for the service-specific credential.
      • serviceUserName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> serviceUserName()
        Returns:
        The generated user name for the service-specific credential. This value is generated by combining the IAM user's name combined with the ID number of the AWS account, as in `jane-at-123456789012`, for example.
      • 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 java.util.Optional<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.