Using getCloudcertificatesHostnameBindings
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCloudcertificatesHostnameBindings(args: GetCloudcertificatesHostnameBindingsArgs, opts?: InvokeOptions): Promise<GetCloudcertificatesHostnameBindingsResult>
function getCloudcertificatesHostnameBindingsOutput(args: GetCloudcertificatesHostnameBindingsOutputArgs, opts?: InvokeOptions): Output<GetCloudcertificatesHostnameBindingsResult>def get_cloudcertificates_hostname_bindings(contract_id: Optional[str] = None,
domain: Optional[str] = None,
expiring_in_days: Optional[int] = None,
group_id: Optional[str] = None,
network: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudcertificatesHostnameBindingsResult
def get_cloudcertificates_hostname_bindings_output(contract_id: Optional[pulumi.Input[str]] = None,
domain: Optional[pulumi.Input[str]] = None,
expiring_in_days: Optional[pulumi.Input[int]] = None,
group_id: Optional[pulumi.Input[str]] = None,
network: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudcertificatesHostnameBindingsResult]func GetCloudcertificatesHostnameBindings(ctx *Context, args *GetCloudcertificatesHostnameBindingsArgs, opts ...InvokeOption) (*GetCloudcertificatesHostnameBindingsResult, error)
func GetCloudcertificatesHostnameBindingsOutput(ctx *Context, args *GetCloudcertificatesHostnameBindingsOutputArgs, opts ...InvokeOption) GetCloudcertificatesHostnameBindingsResultOutput> Note: This function is named GetCloudcertificatesHostnameBindings in the Go SDK.
public static class GetCloudcertificatesHostnameBindings
{
public static Task<GetCloudcertificatesHostnameBindingsResult> InvokeAsync(GetCloudcertificatesHostnameBindingsArgs args, InvokeOptions? opts = null)
public static Output<GetCloudcertificatesHostnameBindingsResult> Invoke(GetCloudcertificatesHostnameBindingsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCloudcertificatesHostnameBindingsResult> getCloudcertificatesHostnameBindings(GetCloudcertificatesHostnameBindingsArgs args, InvokeOptions options)
public static Output<GetCloudcertificatesHostnameBindingsResult> getCloudcertificatesHostnameBindings(GetCloudcertificatesHostnameBindingsArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getCloudcertificatesHostnameBindings:getCloudcertificatesHostnameBindings
arguments:
# arguments dictionaryThe following arguments are supported:
- Contract
Id string - Domain string
- Expiring
In intDays - Group
Id string - Network string
- Contract
Id string - Domain string
- Expiring
In intDays - Group
Id string - Network string
- contract
Id String - domain String
- expiring
In IntegerDays - group
Id String - network String
- contract
Id string - domain string
- expiring
In numberDays - group
Id string - network string
- contract_
id str - domain str
- expiring_
in_ intdays - group_
id str - network str
- contract
Id String - domain String
- expiring
In NumberDays - group
Id String - network String
getCloudcertificatesHostnameBindings Result
The following output properties are available:
- Bindings
List<Get
Cloudcertificates Hostname Bindings Binding> - Id string
- The provider-assigned unique ID for this managed resource.
- Contract
Id string - Domain string
- Expiring
In intDays - Group
Id string - Network string
- Bindings
[]Get
Cloudcertificates Hostname Bindings Binding - Id string
- The provider-assigned unique ID for this managed resource.
- Contract
Id string - Domain string
- Expiring
In intDays - Group
Id string - Network string
- bindings
List<Get
Cloudcertificates Hostname Bindings Binding> - id String
- The provider-assigned unique ID for this managed resource.
- contract
Id String - domain String
- expiring
In IntegerDays - group
Id String - network String
- bindings
Get
Cloudcertificates Hostname Bindings Binding[] - id string
- The provider-assigned unique ID for this managed resource.
- contract
Id string - domain string
- expiring
In numberDays - group
Id string - network string
- bindings
Sequence[Get
Cloudcertificates Hostname Bindings Binding] - id str
- The provider-assigned unique ID for this managed resource.
- contract_
id str - domain str
- expiring_
in_ intdays - group_
id str - network str
- bindings List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- contract
Id String - domain String
- expiring
In NumberDays - group
Id String - network String
Supporting Types
GetCloudcertificatesHostnameBindingsBinding
- Certificate
Id string - Unique identifier for the third-party certificate.
- Hostname string
- Hostname on the Akamai CDN the certificate applies to.
- Network string
- The deployment network, either 'STAGING' or 'PRODUCTION', on which the certificate is active for a property version.
- Resource
Type string - Resource type this binding applies to. Currently, only 'CDN_HOSTNAME' is available.
- Certificate
Id string - Unique identifier for the third-party certificate.
- Hostname string
- Hostname on the Akamai CDN the certificate applies to.
- Network string
- The deployment network, either 'STAGING' or 'PRODUCTION', on which the certificate is active for a property version.
- Resource
Type string - Resource type this binding applies to. Currently, only 'CDN_HOSTNAME' is available.
- certificate
Id String - Unique identifier for the third-party certificate.
- hostname String
- Hostname on the Akamai CDN the certificate applies to.
- network String
- The deployment network, either 'STAGING' or 'PRODUCTION', on which the certificate is active for a property version.
- resource
Type String - Resource type this binding applies to. Currently, only 'CDN_HOSTNAME' is available.
- certificate
Id string - Unique identifier for the third-party certificate.
- hostname string
- Hostname on the Akamai CDN the certificate applies to.
- network string
- The deployment network, either 'STAGING' or 'PRODUCTION', on which the certificate is active for a property version.
- resource
Type string - Resource type this binding applies to. Currently, only 'CDN_HOSTNAME' is available.
- certificate_
id str - Unique identifier for the third-party certificate.
- hostname str
- Hostname on the Akamai CDN the certificate applies to.
- network str
- The deployment network, either 'STAGING' or 'PRODUCTION', on which the certificate is active for a property version.
- resource_
type str - Resource type this binding applies to. Currently, only 'CDN_HOSTNAME' is available.
- certificate
Id String - Unique identifier for the third-party certificate.
- hostname String
- Hostname on the Akamai CDN the certificate applies to.
- network String
- The deployment network, either 'STAGING' or 'PRODUCTION', on which the certificate is active for a property version.
- resource
Type String - Resource type this binding applies to. Currently, only 'CDN_HOSTNAME' is available.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
