Interface QuicksightDataSourceSslProperties
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
QuicksightDataSourceSslProperties.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.548Z") @Stability(Stable) public interface QuicksightDataSourceSslProperties extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuicksightDataSourceSslProperties.BuilderA builder forQuicksightDataSourceSslPropertiesstatic classQuicksightDataSourceSslProperties.Jsii$ProxyAn implementation forQuicksightDataSourceSslProperties
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static QuicksightDataSourceSslProperties.Builderbuilder()ObjectgetDisableSsl()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#disable_ssl QuicksightDataSource#disable_ssl}.
-
-
-
Method Detail
-
getDisableSsl
@Stability(Stable) @NotNull Object getDisableSsl()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_data_source#disable_ssl QuicksightDataSource#disable_ssl}.
-
builder
@Stability(Stable) static QuicksightDataSourceSslProperties.Builder builder()
-
-