Class ConnectorState


  • public final class ConnectorState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ConnectorState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • accessRole

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accessRole()
        Returns:
        The IAM Role which provides read and write access to the parent directory of the file location mentioned in the StartFileTransfer request.
      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The ARN of the connector.
      • as2Config

        public java.util.Optional<com.pulumi.core.Output<ConnectorAs2ConfigArgs>> as2Config()
        Returns:
        Either SFTP or AS2 is configured.The parameters to configure for the connector object. Fields documented below.
      • connectorId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> connectorId()
        Returns:
        The unique identifier for the AS2 profile or SFTP Profile.
      • loggingRole

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> loggingRole()
        Returns:
        The IAM Role which is required for allowing the connector to turn on CloudWatch logging for Amazon S3 events.
      • securityPolicyName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> securityPolicyName()
        Returns:
        Name of the security policy for the connector.
      • sftpConfig

        public java.util.Optional<com.pulumi.core.Output<ConnectorSftpConfigArgs>> sftpConfig()
        Returns:
        Either SFTP or AS2 is configured.The parameters to configure for the connector object. Fields documented below.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
      • url

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> url()
        Returns:
        The URL of the partners AS2 endpoint or SFTP endpoint.