Documentation
¶
Index ¶
- func DataGooglePubsubSubscription_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataGooglePubsubSubscription_IsConstruct(x interface{}) *bool
- func DataGooglePubsubSubscription_IsTerraformDataSource(x interface{}) *bool
- func DataGooglePubsubSubscription_IsTerraformElement(x interface{}) *bool
- func DataGooglePubsubSubscription_TfResourceType() *string
- func NewDataGooglePubsubSubscriptionBigqueryConfigList_Override(d DataGooglePubsubSubscriptionBigqueryConfigList, ...)
- func NewDataGooglePubsubSubscriptionBigqueryConfigOutputReference_Override(d DataGooglePubsubSubscriptionBigqueryConfigOutputReference, ...)
- func NewDataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList_Override(d DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList, ...)
- func NewDataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference_Override(d DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference, ...)
- func NewDataGooglePubsubSubscriptionCloudStorageConfigList_Override(d DataGooglePubsubSubscriptionCloudStorageConfigList, ...)
- func NewDataGooglePubsubSubscriptionCloudStorageConfigOutputReference_Override(d DataGooglePubsubSubscriptionCloudStorageConfigOutputReference, ...)
- func NewDataGooglePubsubSubscriptionDeadLetterPolicyList_Override(d DataGooglePubsubSubscriptionDeadLetterPolicyList, ...)
- func NewDataGooglePubsubSubscriptionDeadLetterPolicyOutputReference_Override(d DataGooglePubsubSubscriptionDeadLetterPolicyOutputReference, ...)
- func NewDataGooglePubsubSubscriptionExpirationPolicyList_Override(d DataGooglePubsubSubscriptionExpirationPolicyList, ...)
- func NewDataGooglePubsubSubscriptionExpirationPolicyOutputReference_Override(d DataGooglePubsubSubscriptionExpirationPolicyOutputReference, ...)
- func NewDataGooglePubsubSubscriptionPushConfigList_Override(d DataGooglePubsubSubscriptionPushConfigList, ...)
- func NewDataGooglePubsubSubscriptionPushConfigNoWrapperList_Override(d DataGooglePubsubSubscriptionPushConfigNoWrapperList, ...)
- func NewDataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference_Override(d DataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference, ...)
- func NewDataGooglePubsubSubscriptionPushConfigOidcTokenList_Override(d DataGooglePubsubSubscriptionPushConfigOidcTokenList, ...)
- func NewDataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference_Override(d DataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference, ...)
- func NewDataGooglePubsubSubscriptionPushConfigOutputReference_Override(d DataGooglePubsubSubscriptionPushConfigOutputReference, ...)
- func NewDataGooglePubsubSubscriptionRetryPolicyList_Override(d DataGooglePubsubSubscriptionRetryPolicyList, ...)
- func NewDataGooglePubsubSubscriptionRetryPolicyOutputReference_Override(d DataGooglePubsubSubscriptionRetryPolicyOutputReference, ...)
- func NewDataGooglePubsubSubscription_Override(d DataGooglePubsubSubscription, scope constructs.Construct, id *string, ...)
- type DataGooglePubsubSubscription
- type DataGooglePubsubSubscriptionBigqueryConfig
- type DataGooglePubsubSubscriptionBigqueryConfigList
- type DataGooglePubsubSubscriptionBigqueryConfigOutputReference
- type DataGooglePubsubSubscriptionCloudStorageConfig
- type DataGooglePubsubSubscriptionCloudStorageConfigAvroConfig
- type DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList
- type DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference
- type DataGooglePubsubSubscriptionCloudStorageConfigList
- type DataGooglePubsubSubscriptionCloudStorageConfigOutputReference
- type DataGooglePubsubSubscriptionConfig
- type DataGooglePubsubSubscriptionDeadLetterPolicy
- type DataGooglePubsubSubscriptionDeadLetterPolicyList
- type DataGooglePubsubSubscriptionDeadLetterPolicyOutputReference
- type DataGooglePubsubSubscriptionExpirationPolicy
- type DataGooglePubsubSubscriptionExpirationPolicyList
- type DataGooglePubsubSubscriptionExpirationPolicyOutputReference
- type DataGooglePubsubSubscriptionPushConfig
- type DataGooglePubsubSubscriptionPushConfigList
- type DataGooglePubsubSubscriptionPushConfigNoWrapper
- type DataGooglePubsubSubscriptionPushConfigNoWrapperList
- type DataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference
- type DataGooglePubsubSubscriptionPushConfigOidcToken
- type DataGooglePubsubSubscriptionPushConfigOidcTokenList
- type DataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference
- type DataGooglePubsubSubscriptionPushConfigOutputReference
- type DataGooglePubsubSubscriptionRetryPolicy
- type DataGooglePubsubSubscriptionRetryPolicyList
- type DataGooglePubsubSubscriptionRetryPolicyOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataGooglePubsubSubscription_GenerateConfigForImport ¶
func DataGooglePubsubSubscription_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataGooglePubsubSubscription resource upon running "cdktf plan <stack-name>".
func DataGooglePubsubSubscription_IsConstruct ¶
func DataGooglePubsubSubscription_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func DataGooglePubsubSubscription_IsTerraformDataSource ¶
func DataGooglePubsubSubscription_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataGooglePubsubSubscription_IsTerraformElement ¶
func DataGooglePubsubSubscription_IsTerraformElement(x interface{}) *bool
Experimental.
func DataGooglePubsubSubscription_TfResourceType ¶
func DataGooglePubsubSubscription_TfResourceType() *string
func NewDataGooglePubsubSubscriptionBigqueryConfigList_Override ¶
func NewDataGooglePubsubSubscriptionBigqueryConfigList_Override(d DataGooglePubsubSubscriptionBigqueryConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGooglePubsubSubscriptionBigqueryConfigOutputReference_Override ¶
func NewDataGooglePubsubSubscriptionBigqueryConfigOutputReference_Override(d DataGooglePubsubSubscriptionBigqueryConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList_Override ¶
func NewDataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList_Override(d DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference_Override ¶
func NewDataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference_Override(d DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGooglePubsubSubscriptionCloudStorageConfigList_Override ¶
func NewDataGooglePubsubSubscriptionCloudStorageConfigList_Override(d DataGooglePubsubSubscriptionCloudStorageConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGooglePubsubSubscriptionCloudStorageConfigOutputReference_Override ¶
func NewDataGooglePubsubSubscriptionCloudStorageConfigOutputReference_Override(d DataGooglePubsubSubscriptionCloudStorageConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGooglePubsubSubscriptionDeadLetterPolicyList_Override ¶
func NewDataGooglePubsubSubscriptionDeadLetterPolicyList_Override(d DataGooglePubsubSubscriptionDeadLetterPolicyList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGooglePubsubSubscriptionDeadLetterPolicyOutputReference_Override ¶
func NewDataGooglePubsubSubscriptionDeadLetterPolicyOutputReference_Override(d DataGooglePubsubSubscriptionDeadLetterPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGooglePubsubSubscriptionExpirationPolicyList_Override ¶
func NewDataGooglePubsubSubscriptionExpirationPolicyList_Override(d DataGooglePubsubSubscriptionExpirationPolicyList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGooglePubsubSubscriptionExpirationPolicyOutputReference_Override ¶
func NewDataGooglePubsubSubscriptionExpirationPolicyOutputReference_Override(d DataGooglePubsubSubscriptionExpirationPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGooglePubsubSubscriptionPushConfigList_Override ¶
func NewDataGooglePubsubSubscriptionPushConfigList_Override(d DataGooglePubsubSubscriptionPushConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGooglePubsubSubscriptionPushConfigNoWrapperList_Override ¶
func NewDataGooglePubsubSubscriptionPushConfigNoWrapperList_Override(d DataGooglePubsubSubscriptionPushConfigNoWrapperList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference_Override ¶
func NewDataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference_Override(d DataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGooglePubsubSubscriptionPushConfigOidcTokenList_Override ¶
func NewDataGooglePubsubSubscriptionPushConfigOidcTokenList_Override(d DataGooglePubsubSubscriptionPushConfigOidcTokenList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference_Override ¶
func NewDataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference_Override(d DataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGooglePubsubSubscriptionPushConfigOutputReference_Override ¶
func NewDataGooglePubsubSubscriptionPushConfigOutputReference_Override(d DataGooglePubsubSubscriptionPushConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGooglePubsubSubscriptionRetryPolicyList_Override ¶
func NewDataGooglePubsubSubscriptionRetryPolicyList_Override(d DataGooglePubsubSubscriptionRetryPolicyList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGooglePubsubSubscriptionRetryPolicyOutputReference_Override ¶
func NewDataGooglePubsubSubscriptionRetryPolicyOutputReference_Override(d DataGooglePubsubSubscriptionRetryPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGooglePubsubSubscription_Override ¶
func NewDataGooglePubsubSubscription_Override(d DataGooglePubsubSubscription, scope constructs.Construct, id *string, config *DataGooglePubsubSubscriptionConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.41.0/docs/data-sources/pubsub_subscription google_pubsub_subscription} Data Source.
Types ¶
type DataGooglePubsubSubscription ¶
type DataGooglePubsubSubscription interface {
cdktf.TerraformDataSource
AckDeadlineSeconds() *float64
BigqueryConfig() DataGooglePubsubSubscriptionBigqueryConfigList
// Experimental.
CdktfStack() cdktf.TerraformStack
CloudStorageConfig() DataGooglePubsubSubscriptionCloudStorageConfigList
// Experimental.
ConstructNodeMetadata() *map[string]interface{}
// Experimental.
Count() interface{}
// Experimental.
SetCount(val interface{})
DeadLetterPolicy() DataGooglePubsubSubscriptionDeadLetterPolicyList
// Experimental.
DependsOn() *[]*string
// Experimental.
SetDependsOn(val *[]*string)
EffectiveLabels() cdktf.StringMap
EnableExactlyOnceDelivery() cdktf.IResolvable
EnableMessageOrdering() cdktf.IResolvable
ExpirationPolicy() DataGooglePubsubSubscriptionExpirationPolicyList
Filter() *string
// Experimental.
ForEach() cdktf.ITerraformIterator
// Experimental.
SetForEach(val cdktf.ITerraformIterator)
// Experimental.
Fqn() *string
// Experimental.
FriendlyUniqueId() *string
Id() *string
SetId(val *string)
IdInput() *string
Labels() cdktf.StringMap
// Experimental.
Lifecycle() *cdktf.TerraformResourceLifecycle
// Experimental.
SetLifecycle(val *cdktf.TerraformResourceLifecycle)
MessageRetentionDuration() *string
Name() *string
SetName(val *string)
NameInput() *string
// The tree node.
Node() constructs.Node
Project() *string
SetProject(val *string)
ProjectInput() *string
// Experimental.
Provider() cdktf.TerraformProvider
// Experimental.
SetProvider(val cdktf.TerraformProvider)
PushConfig() DataGooglePubsubSubscriptionPushConfigList
// Experimental.
RawOverrides() interface{}
RetainAckedMessages() cdktf.IResolvable
RetryPolicy() DataGooglePubsubSubscriptionRetryPolicyList
// Experimental.
TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata
TerraformLabels() cdktf.StringMap
// Experimental.
TerraformMetaArguments() *map[string]interface{}
// Experimental.
TerraformResourceType() *string
Topic() *string
// Experimental.
AddOverride(path *string, value interface{})
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable
// Overrides the auto-generated logical ID with a specific ID.
// Experimental.
OverrideLogicalId(newLogicalId *string)
ResetId()
// Resets a previously passed logical Id to use the auto-generated logical id again.
// Experimental.
ResetOverrideLogicalId()
ResetProject()
SynthesizeAttributes() *map[string]interface{}
SynthesizeHclAttributes() *map[string]interface{}
// Adds this resource to the terraform JSON output.
// Experimental.
ToHclTerraform() interface{}
// Experimental.
ToMetadata() interface{}
// Returns a string representation of this construct.
ToString() *string
// Adds this resource to the terraform JSON output.
// Experimental.
ToTerraform() interface{}
}
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.41.0/docs/data-sources/pubsub_subscription google_pubsub_subscription}.
func NewDataGooglePubsubSubscription ¶
func NewDataGooglePubsubSubscription(scope constructs.Construct, id *string, config *DataGooglePubsubSubscriptionConfig) DataGooglePubsubSubscription
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.41.0/docs/data-sources/pubsub_subscription google_pubsub_subscription} Data Source.
type DataGooglePubsubSubscriptionBigqueryConfig ¶
type DataGooglePubsubSubscriptionBigqueryConfig struct {
}
type DataGooglePubsubSubscriptionBigqueryConfigList ¶
type DataGooglePubsubSubscriptionBigqueryConfigList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) DataGooglePubsubSubscriptionBigqueryConfigOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionBigqueryConfigList ¶
func NewDataGooglePubsubSubscriptionBigqueryConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGooglePubsubSubscriptionBigqueryConfigList
type DataGooglePubsubSubscriptionBigqueryConfigOutputReference ¶
type DataGooglePubsubSubscriptionBigqueryConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
DropUnknownFields() cdktf.IResolvable
// Experimental.
Fqn() *string
InternalValue() *DataGooglePubsubSubscriptionBigqueryConfig
SetInternalValue(val *DataGooglePubsubSubscriptionBigqueryConfig)
ServiceAccountEmail() *string
Table() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
UseTableSchema() cdktf.IResolvable
UseTopicSchema() cdktf.IResolvable
WriteMetadata() cdktf.IResolvable
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionBigqueryConfigOutputReference ¶
func NewDataGooglePubsubSubscriptionBigqueryConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGooglePubsubSubscriptionBigqueryConfigOutputReference
type DataGooglePubsubSubscriptionCloudStorageConfig ¶
type DataGooglePubsubSubscriptionCloudStorageConfig struct {
}
type DataGooglePubsubSubscriptionCloudStorageConfigAvroConfig ¶
type DataGooglePubsubSubscriptionCloudStorageConfigAvroConfig struct {
}
type DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList ¶
type DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList ¶
func NewDataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList
type DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference ¶
type DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *DataGooglePubsubSubscriptionCloudStorageConfigAvroConfig
SetInternalValue(val *DataGooglePubsubSubscriptionCloudStorageConfigAvroConfig)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
WriteMetadata() cdktf.IResolvable
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference ¶
func NewDataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference
type DataGooglePubsubSubscriptionCloudStorageConfigList ¶
type DataGooglePubsubSubscriptionCloudStorageConfigList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) DataGooglePubsubSubscriptionCloudStorageConfigOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionCloudStorageConfigList ¶
func NewDataGooglePubsubSubscriptionCloudStorageConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGooglePubsubSubscriptionCloudStorageConfigList
type DataGooglePubsubSubscriptionCloudStorageConfigOutputReference ¶
type DataGooglePubsubSubscriptionCloudStorageConfigOutputReference interface {
cdktf.ComplexObject
AvroConfig() DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList
Bucket() *string
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
FilenameDatetimeFormat() *string
FilenamePrefix() *string
FilenameSuffix() *string
// Experimental.
Fqn() *string
InternalValue() *DataGooglePubsubSubscriptionCloudStorageConfig
SetInternalValue(val *DataGooglePubsubSubscriptionCloudStorageConfig)
MaxBytes() *float64
MaxDuration() *string
ServiceAccountEmail() *string
State() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionCloudStorageConfigOutputReference ¶
func NewDataGooglePubsubSubscriptionCloudStorageConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGooglePubsubSubscriptionCloudStorageConfigOutputReference
type DataGooglePubsubSubscriptionConfig ¶
type DataGooglePubsubSubscriptionConfig struct {
// Experimental.
Connection interface{} `field:"optional" json:"connection" yaml:"connection"`
// Experimental.
Count interface{} `field:"optional" json:"count" yaml:"count"`
// Experimental.
DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"`
// Experimental.
ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"`
// Experimental.
Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"`
// Experimental.
Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"`
// Experimental.
Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"`
// Name of the subscription.
//
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.41.0/docs/data-sources/pubsub_subscription#name DataGooglePubsubSubscription#name}
Name *string `field:"required" json:"name" yaml:"name"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.41.0/docs/data-sources/pubsub_subscription#id DataGooglePubsubSubscription#id}.
//
// Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
// If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
Id *string `field:"optional" json:"id" yaml:"id"`
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.41.0/docs/data-sources/pubsub_subscription#project DataGooglePubsubSubscription#project}.
Project *string `field:"optional" json:"project" yaml:"project"`
}
type DataGooglePubsubSubscriptionDeadLetterPolicy ¶
type DataGooglePubsubSubscriptionDeadLetterPolicy struct {
}
type DataGooglePubsubSubscriptionDeadLetterPolicyList ¶
type DataGooglePubsubSubscriptionDeadLetterPolicyList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) DataGooglePubsubSubscriptionDeadLetterPolicyOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionDeadLetterPolicyList ¶
func NewDataGooglePubsubSubscriptionDeadLetterPolicyList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGooglePubsubSubscriptionDeadLetterPolicyList
type DataGooglePubsubSubscriptionDeadLetterPolicyOutputReference ¶
type DataGooglePubsubSubscriptionDeadLetterPolicyOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
DeadLetterTopic() *string
// Experimental.
Fqn() *string
InternalValue() *DataGooglePubsubSubscriptionDeadLetterPolicy
SetInternalValue(val *DataGooglePubsubSubscriptionDeadLetterPolicy)
MaxDeliveryAttempts() *float64
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionDeadLetterPolicyOutputReference ¶
func NewDataGooglePubsubSubscriptionDeadLetterPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGooglePubsubSubscriptionDeadLetterPolicyOutputReference
type DataGooglePubsubSubscriptionExpirationPolicy ¶
type DataGooglePubsubSubscriptionExpirationPolicy struct {
}
type DataGooglePubsubSubscriptionExpirationPolicyList ¶
type DataGooglePubsubSubscriptionExpirationPolicyList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) DataGooglePubsubSubscriptionExpirationPolicyOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionExpirationPolicyList ¶
func NewDataGooglePubsubSubscriptionExpirationPolicyList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGooglePubsubSubscriptionExpirationPolicyList
type DataGooglePubsubSubscriptionExpirationPolicyOutputReference ¶
type DataGooglePubsubSubscriptionExpirationPolicyOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *DataGooglePubsubSubscriptionExpirationPolicy
SetInternalValue(val *DataGooglePubsubSubscriptionExpirationPolicy)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
Ttl() *string
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionExpirationPolicyOutputReference ¶
func NewDataGooglePubsubSubscriptionExpirationPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGooglePubsubSubscriptionExpirationPolicyOutputReference
type DataGooglePubsubSubscriptionPushConfig ¶
type DataGooglePubsubSubscriptionPushConfig struct {
}
type DataGooglePubsubSubscriptionPushConfigList ¶
type DataGooglePubsubSubscriptionPushConfigList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) DataGooglePubsubSubscriptionPushConfigOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionPushConfigList ¶
func NewDataGooglePubsubSubscriptionPushConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGooglePubsubSubscriptionPushConfigList
type DataGooglePubsubSubscriptionPushConfigNoWrapper ¶
type DataGooglePubsubSubscriptionPushConfigNoWrapper struct {
}
type DataGooglePubsubSubscriptionPushConfigNoWrapperList ¶
type DataGooglePubsubSubscriptionPushConfigNoWrapperList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) DataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionPushConfigNoWrapperList ¶
func NewDataGooglePubsubSubscriptionPushConfigNoWrapperList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGooglePubsubSubscriptionPushConfigNoWrapperList
type DataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference ¶
type DataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *DataGooglePubsubSubscriptionPushConfigNoWrapper
SetInternalValue(val *DataGooglePubsubSubscriptionPushConfigNoWrapper)
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
WriteMetadata() cdktf.IResolvable
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference ¶
func NewDataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference
type DataGooglePubsubSubscriptionPushConfigOidcToken ¶
type DataGooglePubsubSubscriptionPushConfigOidcToken struct {
}
type DataGooglePubsubSubscriptionPushConfigOidcTokenList ¶
type DataGooglePubsubSubscriptionPushConfigOidcTokenList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) DataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionPushConfigOidcTokenList ¶
func NewDataGooglePubsubSubscriptionPushConfigOidcTokenList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGooglePubsubSubscriptionPushConfigOidcTokenList
type DataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference ¶
type DataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference interface {
cdktf.ComplexObject
Audience() *string
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *DataGooglePubsubSubscriptionPushConfigOidcToken
SetInternalValue(val *DataGooglePubsubSubscriptionPushConfigOidcToken)
ServiceAccountEmail() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference ¶
func NewDataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference
type DataGooglePubsubSubscriptionPushConfigOutputReference ¶
type DataGooglePubsubSubscriptionPushConfigOutputReference interface {
cdktf.ComplexObject
Attributes() cdktf.StringMap
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *DataGooglePubsubSubscriptionPushConfig
SetInternalValue(val *DataGooglePubsubSubscriptionPushConfig)
NoWrapper() DataGooglePubsubSubscriptionPushConfigNoWrapperList
OidcToken() DataGooglePubsubSubscriptionPushConfigOidcTokenList
PushEndpoint() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionPushConfigOutputReference ¶
func NewDataGooglePubsubSubscriptionPushConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGooglePubsubSubscriptionPushConfigOutputReference
type DataGooglePubsubSubscriptionRetryPolicy ¶
type DataGooglePubsubSubscriptionRetryPolicy struct {
}
type DataGooglePubsubSubscriptionRetryPolicyList ¶
type DataGooglePubsubSubscriptionRetryPolicyList interface {
cdktf.ComplexList
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
// The attribute on the parent resource this class is referencing.
TerraformAttribute() *string
SetTerraformAttribute(val *string)
// The parent resource.
TerraformResource() cdktf.IInterpolatingParent
SetTerraformResource(val cdktf.IInterpolatingParent)
// whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
WrapsSet() *bool
SetWrapsSet(val *bool)
// Creating an iterator for this complex list.
//
// The list will be converted into a map with the mapKeyAttributeName as the key.
// Experimental.
AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator
// Experimental.
ComputeFqn() *string
Get(index *float64) DataGooglePubsubSubscriptionRetryPolicyOutputReference
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionRetryPolicyList ¶
func NewDataGooglePubsubSubscriptionRetryPolicyList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGooglePubsubSubscriptionRetryPolicyList
type DataGooglePubsubSubscriptionRetryPolicyOutputReference ¶
type DataGooglePubsubSubscriptionRetryPolicyOutputReference interface {
cdktf.ComplexObject
// the index of the complex object in a list.
// Experimental.
ComplexObjectIndex() interface{}
// Experimental.
SetComplexObjectIndex(val interface{})
// set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items.
// Experimental.
ComplexObjectIsFromSet() *bool
// Experimental.
SetComplexObjectIsFromSet(val *bool)
// The creation stack of this resolvable which will be appended to errors thrown during resolution.
//
// If this returns an empty array the stack will not be attached.
// Experimental.
CreationStack() *[]*string
// Experimental.
Fqn() *string
InternalValue() *DataGooglePubsubSubscriptionRetryPolicy
SetInternalValue(val *DataGooglePubsubSubscriptionRetryPolicy)
MaximumBackoff() *string
MinimumBackoff() *string
// Experimental.
TerraformAttribute() *string
// Experimental.
SetTerraformAttribute(val *string)
// Experimental.
TerraformResource() cdktf.IInterpolatingParent
// Experimental.
SetTerraformResource(val cdktf.IInterpolatingParent)
// Experimental.
ComputeFqn() *string
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationAsList() cdktf.IResolvable
// Experimental.
InterpolationForAttribute(property *string) cdktf.IResolvable
// Produce the Token's value at resolution time.
// Experimental.
Resolve(_context cdktf.IResolveContext) interface{}
// Return a string representation of this resolvable object.
//
// Returns a reversible string representation.
// Experimental.
ToString() *string
}
func NewDataGooglePubsubSubscriptionRetryPolicyOutputReference ¶
func NewDataGooglePubsubSubscriptionRetryPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGooglePubsubSubscriptionRetryPolicyOutputReference
Source Files
¶
- DataGooglePubsubSubscription.go
- DataGooglePubsubSubscriptionBigqueryConfig.go
- DataGooglePubsubSubscriptionBigqueryConfigList.go
- DataGooglePubsubSubscriptionBigqueryConfigList__checks.go
- DataGooglePubsubSubscriptionBigqueryConfigOutputReference.go
- DataGooglePubsubSubscriptionBigqueryConfigOutputReference__checks.go
- DataGooglePubsubSubscriptionCloudStorageConfig.go
- DataGooglePubsubSubscriptionCloudStorageConfigAvroConfig.go
- DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList.go
- DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigList__checks.go
- DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference.go
- DataGooglePubsubSubscriptionCloudStorageConfigAvroConfigOutputReference__checks.go
- DataGooglePubsubSubscriptionCloudStorageConfigList.go
- DataGooglePubsubSubscriptionCloudStorageConfigList__checks.go
- DataGooglePubsubSubscriptionCloudStorageConfigOutputReference.go
- DataGooglePubsubSubscriptionCloudStorageConfigOutputReference__checks.go
- DataGooglePubsubSubscriptionConfig.go
- DataGooglePubsubSubscriptionDeadLetterPolicy.go
- DataGooglePubsubSubscriptionDeadLetterPolicyList.go
- DataGooglePubsubSubscriptionDeadLetterPolicyList__checks.go
- DataGooglePubsubSubscriptionDeadLetterPolicyOutputReference.go
- DataGooglePubsubSubscriptionDeadLetterPolicyOutputReference__checks.go
- DataGooglePubsubSubscriptionExpirationPolicy.go
- DataGooglePubsubSubscriptionExpirationPolicyList.go
- DataGooglePubsubSubscriptionExpirationPolicyList__checks.go
- DataGooglePubsubSubscriptionExpirationPolicyOutputReference.go
- DataGooglePubsubSubscriptionExpirationPolicyOutputReference__checks.go
- DataGooglePubsubSubscriptionPushConfig.go
- DataGooglePubsubSubscriptionPushConfigList.go
- DataGooglePubsubSubscriptionPushConfigList__checks.go
- DataGooglePubsubSubscriptionPushConfigNoWrapper.go
- DataGooglePubsubSubscriptionPushConfigNoWrapperList.go
- DataGooglePubsubSubscriptionPushConfigNoWrapperList__checks.go
- DataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference.go
- DataGooglePubsubSubscriptionPushConfigNoWrapperOutputReference__checks.go
- DataGooglePubsubSubscriptionPushConfigOidcToken.go
- DataGooglePubsubSubscriptionPushConfigOidcTokenList.go
- DataGooglePubsubSubscriptionPushConfigOidcTokenList__checks.go
- DataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference.go
- DataGooglePubsubSubscriptionPushConfigOidcTokenOutputReference__checks.go
- DataGooglePubsubSubscriptionPushConfigOutputReference.go
- DataGooglePubsubSubscriptionPushConfigOutputReference__checks.go
- DataGooglePubsubSubscriptionRetryPolicy.go
- DataGooglePubsubSubscriptionRetryPolicyList.go
- DataGooglePubsubSubscriptionRetryPolicyList__checks.go
- DataGooglePubsubSubscriptionRetryPolicyOutputReference.go
- DataGooglePubsubSubscriptionRetryPolicyOutputReference__checks.go
- DataGooglePubsubSubscription__checks.go
- main.go