Class DataSourceState


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

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        Amazon Resource Name (ARN) of the data source
      • awsAccountId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> awsAccountId()
        Returns:
        The ID for the AWS account that the data source is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
      • credentials

        public java.util.Optional<com.pulumi.core.Output<DataSourceCredentialsArgs>> credentials()
        Returns:
        The credentials Amazon QuickSight uses to connect to your underlying source. Currently, only credentials based on user name and password are supported. See Credentials below for more details.
      • dataSourceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dataSourceId()
        Returns:
        An identifier for the data source.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        A name for the data source, maximum of 128 characters.
      • parameters

        public java.util.Optional<com.pulumi.core.Output<DataSourceParametersArgs>> parameters()
        Returns:
        The parameters used to connect to this data source (exactly one).
      • permissions

        public java.util.Optional<com.pulumi.core.Output<java.util.List<DataSourcePermissionArgs>>> permissions()
        Returns:
        A set of resource permissions on the data source. Maximum of 64 items. See Permission below for more details.
      • sslProperties

        public java.util.Optional<com.pulumi.core.Output<DataSourceSslPropertiesArgs>> sslProperties()
        Returns:
        Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source. See SSL Properties below for more details.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. 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.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • type

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        The type of the data source. See the [AWS Documentation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateDataSource.html#QS-CreateDataSource-request-Type) for the complete list of valid values. The following arguments are optional:
      • vpcConnectionProperties

        public java.util.Optional<com.pulumi.core.Output<DataSourceVpcConnectionPropertiesArgs>> vpcConnectionProperties()
        Returns:
        Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source. See VPC Connection Properties below for more details.