1. Packages
  2. Fastly Provider
  3. API Docs
  4. ServiceDynamicSnippetContent
Fastly v9.0.0 published on Tuesday, Apr 8, 2025 by Pulumi

fastly.ServiceDynamicSnippetContent

Explore with Pulumi AI

Import

This is an example of the import command being applied to the resource named fastly_service_dynamic_snippet_content.content

The resource ID is a combined value of the service_id and snippet_id separated by a forward slash.

$ pulumi import fastly:index/serviceDynamicSnippetContent:ServiceDynamicSnippetContent content xxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxx
Copy

If Terraform is already managing remote content against a resource being imported then the user will be asked to remove it from the existing Terraform state.

The following is an example of the Terraform state command to remove the resource named fastly_service_dynamic_snippet_content.content from the Terraform state file.

$ terraform state rm fastly_service_dynamic_snippet_content.content

Create ServiceDynamicSnippetContent Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ServiceDynamicSnippetContent(name: string, args: ServiceDynamicSnippetContentArgs, opts?: CustomResourceOptions);
@overload
def ServiceDynamicSnippetContent(resource_name: str,
                                 args: ServiceDynamicSnippetContentArgs,
                                 opts: Optional[ResourceOptions] = None)

@overload
def ServiceDynamicSnippetContent(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 content: Optional[str] = None,
                                 service_id: Optional[str] = None,
                                 snippet_id: Optional[str] = None,
                                 manage_snippets: Optional[bool] = None)
func NewServiceDynamicSnippetContent(ctx *Context, name string, args ServiceDynamicSnippetContentArgs, opts ...ResourceOption) (*ServiceDynamicSnippetContent, error)
public ServiceDynamicSnippetContent(string name, ServiceDynamicSnippetContentArgs args, CustomResourceOptions? opts = null)
public ServiceDynamicSnippetContent(String name, ServiceDynamicSnippetContentArgs args)
public ServiceDynamicSnippetContent(String name, ServiceDynamicSnippetContentArgs args, CustomResourceOptions options)
type: fastly:ServiceDynamicSnippetContent
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ServiceDynamicSnippetContentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ServiceDynamicSnippetContentArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ServiceDynamicSnippetContentArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ServiceDynamicSnippetContentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ServiceDynamicSnippetContentArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var serviceDynamicSnippetContentResource = new Fastly.ServiceDynamicSnippetContent("serviceDynamicSnippetContentResource", new()
{
    Content = "string",
    ServiceId = "string",
    SnippetId = "string",
    ManageSnippets = false,
});
Copy
example, err := fastly.NewServiceDynamicSnippetContent(ctx, "serviceDynamicSnippetContentResource", &fastly.ServiceDynamicSnippetContentArgs{
	Content:        pulumi.String("string"),
	ServiceId:      pulumi.String("string"),
	SnippetId:      pulumi.String("string"),
	ManageSnippets: pulumi.Bool(false),
})
Copy
var serviceDynamicSnippetContentResource = new ServiceDynamicSnippetContent("serviceDynamicSnippetContentResource", ServiceDynamicSnippetContentArgs.builder()
    .content("string")
    .serviceId("string")
    .snippetId("string")
    .manageSnippets(false)
    .build());
Copy
service_dynamic_snippet_content_resource = fastly.ServiceDynamicSnippetContent("serviceDynamicSnippetContentResource",
    content="string",
    service_id="string",
    snippet_id="string",
    manage_snippets=False)
Copy
const serviceDynamicSnippetContentResource = new fastly.ServiceDynamicSnippetContent("serviceDynamicSnippetContentResource", {
    content: "string",
    serviceId: "string",
    snippetId: "string",
    manageSnippets: false,
});
Copy
type: fastly:ServiceDynamicSnippetContent
properties:
    content: string
    manageSnippets: false
    serviceId: string
    snippetId: string
Copy

ServiceDynamicSnippetContent Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ServiceDynamicSnippetContent resource accepts the following input properties:

Content This property is required. string
The VCL code that specifies exactly what the snippet does
ServiceId This property is required. string
The ID of the service that the dynamic snippet belongs to
SnippetId This property is required. string
The ID of the dynamic snippet that the content belong to
ManageSnippets bool
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
Content This property is required. string
The VCL code that specifies exactly what the snippet does
ServiceId This property is required. string
The ID of the service that the dynamic snippet belongs to
SnippetId This property is required. string
The ID of the dynamic snippet that the content belong to
ManageSnippets bool
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
content This property is required. String
The VCL code that specifies exactly what the snippet does
serviceId This property is required. String
The ID of the service that the dynamic snippet belongs to
snippetId This property is required. String
The ID of the dynamic snippet that the content belong to
manageSnippets Boolean
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
content This property is required. string
The VCL code that specifies exactly what the snippet does
serviceId This property is required. string
The ID of the service that the dynamic snippet belongs to
snippetId This property is required. string
The ID of the dynamic snippet that the content belong to
manageSnippets boolean
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
content This property is required. str
The VCL code that specifies exactly what the snippet does
service_id This property is required. str
The ID of the service that the dynamic snippet belongs to
snippet_id This property is required. str
The ID of the dynamic snippet that the content belong to
manage_snippets bool
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
content This property is required. String
The VCL code that specifies exactly what the snippet does
serviceId This property is required. String
The ID of the service that the dynamic snippet belongs to
snippetId This property is required. String
The ID of the dynamic snippet that the content belong to
manageSnippets Boolean
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally

Outputs

All input properties are implicitly available as output properties. Additionally, the ServiceDynamicSnippetContent resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing ServiceDynamicSnippetContent Resource

Get an existing ServiceDynamicSnippetContent resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ServiceDynamicSnippetContentState, opts?: CustomResourceOptions): ServiceDynamicSnippetContent
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        content: Optional[str] = None,
        manage_snippets: Optional[bool] = None,
        service_id: Optional[str] = None,
        snippet_id: Optional[str] = None) -> ServiceDynamicSnippetContent
func GetServiceDynamicSnippetContent(ctx *Context, name string, id IDInput, state *ServiceDynamicSnippetContentState, opts ...ResourceOption) (*ServiceDynamicSnippetContent, error)
public static ServiceDynamicSnippetContent Get(string name, Input<string> id, ServiceDynamicSnippetContentState? state, CustomResourceOptions? opts = null)
public static ServiceDynamicSnippetContent get(String name, Output<String> id, ServiceDynamicSnippetContentState state, CustomResourceOptions options)
resources:  _:    type: fastly:ServiceDynamicSnippetContent    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Content string
The VCL code that specifies exactly what the snippet does
ManageSnippets bool
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
ServiceId string
The ID of the service that the dynamic snippet belongs to
SnippetId string
The ID of the dynamic snippet that the content belong to
Content string
The VCL code that specifies exactly what the snippet does
ManageSnippets bool
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
ServiceId string
The ID of the service that the dynamic snippet belongs to
SnippetId string
The ID of the dynamic snippet that the content belong to
content String
The VCL code that specifies exactly what the snippet does
manageSnippets Boolean
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
serviceId String
The ID of the service that the dynamic snippet belongs to
snippetId String
The ID of the dynamic snippet that the content belong to
content string
The VCL code that specifies exactly what the snippet does
manageSnippets boolean
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
serviceId string
The ID of the service that the dynamic snippet belongs to
snippetId string
The ID of the dynamic snippet that the content belong to
content str
The VCL code that specifies exactly what the snippet does
manage_snippets bool
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
service_id str
The ID of the service that the dynamic snippet belongs to
snippet_id str
The ID of the dynamic snippet that the content belong to
content String
The VCL code that specifies exactly what the snippet does
manageSnippets Boolean
Whether to reapply changes if the state of the snippets drifts, i.e. if snippets are managed externally
serviceId String
The ID of the service that the dynamic snippet belongs to
snippetId String
The ID of the dynamic snippet that the content belong to

Package Details

Repository
Fastly pulumi/pulumi-fastly
License
Apache-2.0
Notes
This Pulumi package is based on the fastly Terraform Provider.